net/http.http2Transport.CountError (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7314: 	CountError func(errType string)
		h2_bundle.go#L7956: 	if t.CountError != nil {
		h2_bundle.go#L7957: 		cc.fr.countError = t.CountError
		h2_bundle.go#L8337: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L9463: 	f := cc.t.CountError
		h2_bundle.go#L10027: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L10161: 	if fn := cs.cc.t.CountError; fn != nil {